toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.event
/
[jvm]SpellCheckCompleted
Spell
Check
Completed
public
interface
SpellCheckCompleted
implements
BrowserEvent
An event indicating that spell checking on the frame has been completed.
Members
Functions
browser
Link copied to clipboard
public
Browser
browser
(
)
Returns the
Browser
instance initiated this event.
checked
Text
Link copied to clipboard
public
String
checkedText
(
)
Returns a string that represents the text that has been checked by the spell checker.
frame
Link copied to clipboard
public
Frame
frame
(
)
Returns the
Frame
instance in which spell checking has been completed.
results
Link copied to clipboard
public
List
<
SpellCheckingResult
>
results
(
)
Returns an immutable list of the spell checking results.